From: Mary Boetcher, mary_boetcher@quickmail.apple.com
Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
Reply to: RE>Error reported when doing a PasteAs
>>When I close my document after I
>>do a Copy/PasteAs Iget the followning error as a DebugStr
>>Last clipboard change did not clone: _fOriginalDraft != kODNULL ...NOT! At
>>ODClipboardDraftClosing +15c
The OpenDoc error message says that the last thing written to the clipboard was not bracketted by BeginClone-EndClone calls. If you're writing data by overriding ODF's FW_CContent::Externalize method, cloning should be taken care of for you.
Are you using promises? What kind of data are you copying (embedded or non-embedded)?